Skip to main content

What’s New

Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
NodeJS Deprecation
AWS has announced that it is deprecating NodeJS 12, 14, and 16. To avoid any issues as a result of this deprecation, upgrade your instances of the Qrvey platform as described in this announcement.
Learn More
Version: 8.5

Packages and Versions

A package enables you to create a snapshot of a selected application with all of its content and dependencies. Each snapshot is called a “version”. You can use the same package to create subsequent versions. This enables you to create different versions of this snapshot over time, as the source application changes.

Packages and versions give you the ability to “back up” source applications, which you can deploy at a later time - even if the source application has been changed or even removed.

Note: Packages include all of the objects contained within its source application, but they do not contain the actual data associated with any datasets from the source application. Rather, the data is loaded when the objects are deployed to the target application, after the deployment job completes.

Before you begin

Verify that the desired source and target server connections have been created. For more information, see Servers.

Create a package

  1. In Qrvey Admin Center, click the Content Deployment icon in the left-side menu and display the Packages tab.
  2. Click Create Package. The Package Description page displays.
  3. Enter a package name and description in the fields provided.
  4. Under Content Source, click the Server drop-down and select the server to use as the source.
  5. Click the User drop-down and select the User that owns the application you wish to include in the package. This list contains only the users with Composer rights on the server.
  6. Click the Source Application drop-down and select the application you wish to include in the package. The list of applications available is filtered based on the user you selected previously. The Create New Version button activates, and you may now create a new version.

Edit a package

To edit the details of an existing package, click its corresponding three-dot menu in the package list and click Edit.

Delete a package

To delete an existing package, click its corresponding three-dot menu in the package list and click Delete.

Note: You cannot delete a package if a deployment definition is associated with the package.

Create a new version

  1. In Qrvey Admin Center, click the Content Deployment icon in the left-side menu and display the Packages tab.
  2. In the list of available packages, select the desired package. The Package Description page displays.
  3. Click Create New Version. The Package Version dialog displays.
  4. Enter a version name in the field provided, and click OK. A new version of the package is created and displays in the Package Versions list.

Edit a version

To edit the name of an existing version, click it’s three-dot menu in the version list and click Edit.

Delete a version

To delete an existing version, click it’s three-dot menu in the version list and click Delete.

Note: You cannot delete a version if a deployment definition is associated with the version.